home *** CD-ROM | disk | FTP | other *** search
- *** gui-documents.c.ORIG Mon Apr 11 20:58:02 1994
- --- gui-documents.c Thu May 12 14:13:11 1994
- ***************
- *** 487,494 ****
- post_gave_encrypt = 0;
- #endif /* PEM_AUTH */
-
- ! win->current_node->text = mo_pull_er_over (win->current_node->url,
- ! &win->current_node->texthead);
- {
- /* Check use_this_url_instead from HTAccess.c. */
- /* IS THIS GOOD ENOUGH FOR THIS CASE??? */
- --- 487,503 ----
- post_gave_encrypt = 0;
- #endif /* PEM_AUTH */
-
- ! {
- ! /*
- ! * Reload should force a cache refresh on a proxy
- ! * -- Ari L. <luotonen@dxcern.cern.ch>
- ! */
- ! extern char reloading; /* is really a BOOL */
- ! reloading = 1;
- ! win->current_node->text = mo_pull_er_over (win->current_node->url,
- ! &win->current_node->texthead);
- ! reloading = 0;
- ! }
- {
- /* Check use_this_url_instead from HTAccess.c. */
- /* IS THIS GOOD ENOUGH FOR THIS CASE??? */
-